#logo {
  height: 75px;
  width: 75px;
  padding: 5px 5px 5px 10px;
  /*border-radius: 75px;*/
  border: 10px solid transparent;
}

header {
  display: flex;
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: 600;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 2px solid rgba(74, 95, 101, 0.5);
  top: 0;
  z-index: 999;
  background-color: white;
}

.mainmenuheader {
  display: flex;
  justify-content: flex-end;
}

.menuheader{
  color: black;
  display: flex;
  justify-content: space-evenly;
  text-align: center;

}
.headmenuN, .headmenuH, .headmenuA,  .headmenuF, .headmenuM, .headmenuC{
  color: black;
  text-decoration: none;
  text-align: center;
  border: 1px solid transparent transparent;
}

.headmenuF, .headmenuM{
  padding: 50px 38px 45px;
}
.headmenuN, .headmenuH, .headmenuA{
  padding: 50px 45px 45px;
}
.headmenuC{
padding: 50px 30px 45px;}


.headmenuN:hover, .headmenuH:hover, .headmenuA:hover,  .headmenuF:hover, .headmenuM:hover, .headmenuC:hover{
  background-color: rgb(217, 220, 242);
  color: black;
  text-decoration: underline;
  border-radius: 100px;
  border: 5px transparent;
}



body {
  border-top: 75px;
  color: #4a5f65;
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: 400; 
  display: flex;
  flex-direction: column;
  text-align: center;
}

footer {
  padding-left: 20px;
  padding-right: 20px;
  border-top: 1px solid rgba(74, 95, 101, 0.5);
  background-color: white;
  margin-top: auto;
}

#sponsor {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

@media screen and (max-width: 800px) {
.topnav a {
  padding: 50px 20px 45px;
}
}

@media screen and (max-width: 750px) {
.menuheader a {
  padding: 50px 12px 45px;
}
}

@media screen and (max-width: 620px) {
footer {
  display: none;
}

.dropdown-icon {
  display: none;
}

.menuheader {
  display: none;
}
}


